home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr02 / kjonvrs.zip / INSTALLV.BAT < prev    next >
DOS Batch File  |  1993-05-15  |  1KB  |  37 lines

  1. ECHO OFF
  2. CLS
  3. echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  4. echo *  This batch file creates a \VRS90 directory and two subdirectories:   *
  5. echo *  \DEMO and \VRS1.  Then it copies the program and system data files   *
  6. echo *  into the \VRS90 directory and the Example Vehicle data files into    *
  7. echo *  the \DEMO subdirectory.                                              *
  8. echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  9. echo                               .
  10. echo                               .
  11. pause
  12. CLS
  13. MD\VRS90
  14. MD\VRS90\DEMO
  15. MD\VRS90\VRS1
  16. COPY VRS*.* \VRS90
  17. COPY EXAMPLE.* \VRS90\DEMO
  18. CD\VRS90
  19. CLS
  20. echo * * * * * * * * * * * * * * * * * * * * * *
  21. echo *                                         *
  22. echo *  -- The VRS Plus is now ready to run -- *
  23. echo *                                         *
  24. echo *  Print the DEMOTUTR.DOC file (23 pages) *
  25. echo *  and go through it to learn how to use  *
  26. echo *  this system.                           *
  27. echo *                                         *
  28. echo * * * * * * * * * * * * * * * * * * * * * *
  29. echo .
  30. echo .
  31. echo Then type VRS and press ENTER to start
  32. echo .
  33. echo .
  34. echo * * * * * * * * * * * * * * * * * * * * * *
  35. echo .
  36. echo .
  37.